home *** CD-ROM | disk | FTP | other *** search
/ Interactive Preview: Enemy of the State / Interactive Preview: Enemy of the State.iso / pc / main.dxr / 00529_bio exit.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  366 b   |  16 lines

  1. on mouseEnter me
  2.   set the cursor of sprite the spriteNum of me to [50, 51]
  3. end
  4.  
  5. on mouseUp me
  6.   set the visible of sprite 4 to 1
  7.   set the visible of sprite 9 to 1
  8.   set the visible of sprite 10 to 1
  9.   repeat with x = 20 to 27
  10.     set the visible of sprite x to 1
  11.   end repeat
  12.   set the visible of sprite 41 to 1
  13.   set the visible of sprite 42 to 1
  14.   go(#next)
  15. end
  16.